Float[][…] = … (gb)

Dim hFloatArray As Float[]
Dim aFloat As Float
hFloatArray [ Index As Integer, ... ] = aFloat

Modifies the value stored in the array at Index.